java.lang.Object sjsir
code:scala
class java.lang.Object {
constructor def <init>;V() {
/*<skip>*/
}
@hints(1) def getClass;Ljava.lang.Class(): java.lang.Class = {
this.getClass()
}
@hints(1) def hashCode;I(): int = {
<identityHashCode>(this)
}
@hints(1) def equals;Ljava.lang.Object;Z(that: any): boolean = {
(this === that)
}
@hints(1) def clone;Ljava.lang.Object(): any = {
} else {
throw new java.lang.CloneNotSupportedException().<init>;V()
}
}
def toString;Ljava.lang.String(): java.lang.String = {
((this.getClass;Ljava.lang.Class().getName;Ljava.lang.String() +string "@") +string mod:java.lang.Integer$.toHexString;I;Ljava.lang.String(this.hashCode;I())) }
def notify;V() {
/*<skip>*/
}
def notifyAll;V() {
/*<skip>*/
}
def finalize;V() {
/*<skip>*/
}
def "toString"(): any = {
this.toString;Ljava.lang.String()
}
}